home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Format CD 7
/
Amiga Format AFCD07 (Dec 1996, Issue 91).iso
/
serious
/
shareware
/
cd-rom
/
scdplayer
/
rexx
/
delayedautoplay.scdp
< prev
next >
Wrap
Text File
|
1996-08-15
|
440b
|
31 lines
/* Skandalfo CD Player ARexx script
** Delay autoplay for kludging around
** some CDFileSystems which stop the CD
** on insertion and which detect the
** insertion in a slower way than SCDP.
*/
OPTIONS RESULTS
AUTOPLAY
AP=RESULT
IF AP=0 THEN RETURN
AUTOPLAY 0
/* Hoping this program will have reached here
** in half a second (Big Kludge)
*/
USERACTION
ADDRESS COMMAND "Wait 10"
USERACTION
UA=RESULT
AUTOPLAY 1
IF ~UA THEN PLAY